www.gusucode.com > 云网互动影视系统(12套模版和资源联盟) 6.2 > 云网互动影视系统(12套模版和资源联盟) 6.2.4/免费版/PlayerXunlei.asp

    <!--#include file="player.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>讯雷看看播放器</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
-->
</style>
</head>
<script src="Play/KKPlayer.js" charset="gbk"></script>
<body oncontextmenu="return false;" onselectstart="return false" 
ondragstart="return false" onkeydown="if(event.keyCode==78 && event.ctrlKey) return false;" leftMargin=0 topMargin=0>
<%
'===================================================================================================================
'软件名称:云网影视管理系统
'Copyright (C) 2002-2007 ywnt.net  All rights reserved.
'产品咨询QQ:489234,2813712
'程序版权:云网互动科技有限公司
'程序开发:云网互动科技有限公司
'官方网站:http://www.ywnt.net 
'郑重声明:
'    1、免费版本请在程序首页保留版权信息,并做上本站LOGO友情连接,商业版本无此要求;
'    2、任何个人或组织不得在授权允许的情况下删除、修改、拷贝本软件及其他副本上一切关于版权的信息;
'    3、云网互动科技有限公司保留此软件的法律追究权利
'==================================================================================================================
Set RS=Server.CreateObject(YWNT_TMS_RS)
SQL="select P2PUrl from YWNT_TMS_Sever Where ID="&SeverID
Rs.open sql,Conn,1,1
If Not RS.Eof Then
SP2PUrl=RS("P2PUrl")
End If
RS.Close
Set RS = Nothing
Set RS=Server.CreateObject(YWNT_TMS_RS)
SQL="select P2PUrl from YWNT_TMS_P2PUrl Where ID="&UrlID
Rs.open sql,Conn,1,1
If Not RS.Eof Then
P2PUrl=RS("P2PUrl")
End If
RS.Close
Set RS = Nothing
if SP2PUrl<>"" then
XunleiUrl=SP2PUrl&"|"&P2PUrl
else
XunleiUrl=P2PUrl
end if%>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="10" colspan="3"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="37"><img src="play/player_03.gif" width="37" height="27" alt="" /></td>
        <td width="900" background="play/player_04.gif"></td>
        <td width="104"><img src="play/player_06.gif" width="104" height="27" alt="" /></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td width="8" height="100%" background="play/player_08.gif"></td>
    <td width="100%" valign="top" bgcolor="#000000"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="959" height="27" background="play/player_10.jpg"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="91%">影片:<%=MovieName%></td>
              <td width="9%"></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td valign="top" id="kankanplaydt">
		<div id="KKPlayerContainer" autoplay="1" unid="<%=GetSysPlay("MovieXunleiCoid")%>" source="<%=XunleiUrl%>"></div>
</td>
      </tr>
    </table></td>
    <td width="8" background="play/player_12.gif"></td>
  </tr>
  
  <tr>
    <td height="10" valign="top"><img src="play/player_20.gif" width="8" height="10" alt="" /></td>
    <td height="10" background="play/player_22.gif"></td>
    <td height="10" valign="top"><img src="play/player_24.gif" width="8" height="10" alt="" /></td>
  </tr>
</table>
</body>
</html>
<SCRIPT type="text/javascript">
	document.getElementById('KKPlayerContainer').width = document.getElementById('kankanplaydt').offsetWidth;     //宽度不小于420的数          
	document.getElementById('KKPlayerContainer').height = document.getElementById('kankanplaydt').offsetHeight;   //高度,不小于100
</SCRIPT> 
<%call connclose()%>